patchkit - significado y definición. Qué es patchkit
Diclib.com
Diccionario en línea

Qué (quién) es patchkit - definición

PIECE OF SOFTWARE DESIGNED TO UPDATE A COMPUTER PROGRAM TO FIX OR IMPROVE IT
Software patch; One-line fix; Critical update; Slipstream (computing); Software update; Patch (software); Bug fix; Bugfix; Security patches; Security patch; Software hot patch; Patch-management; Antivulnerability software; Antivulnerability Software; Antivulnerability; Patch (program); Software Update; Software patches; Patch (gaming); Corrective Service Diskette; Security update; Patchkit; Software patching; Security patched; Security updated; Security updating; Security patching; Software Updates; Patchset; Hot patching; Hot patch; Live patching; Source diff; Firmware update; Software update system; Automatic software updates; Automatic software update; Binary patch; Game patch; Video game patch; Software updates; Source code patch; Automatic upgrade; Automated patch management
  • A program tape for the 1944 [[Harvard Mark I]], one of the first digital computers. Note physical patches used to correct punched holes by covering them.

Patch (computing)         
A patch is a set of changes to a computer program or its supporting data designed to update, fix, or improve it. This includes fixing security vulnerabilities and other bugs, with such patches usually being called bugfixes or bug fixes.
one-line fix         
Used (often sarcastically) of a change to a program that is thought to be trivial or insignificant right up to the moment it crashes the system. Usually "cured" by another one-line fix. See also I didn't change anything!
bug fix         
<programming> A change to a program or system intended to permanently cure a bug. Often a fix for one bug inadvertantly introduces new bugs, hence the need for careful forethought and testing. Compare: workaround. (1998-06-25)

Wikipedia

Patch (computing)

A patch is a set of changes to a computer program or its supporting data designed to update, fix, or improve it. This includes fixing security vulnerabilities and other bugs, with such patches usually being called bugfixes or bug fixes. Patches are often written to improve the functionality, usability, or performance of a program. The majority of patches are provided by software vendors for operating system and application updates.

Patches may be installed either under programmed control or by a human programmer using an editing tool or a debugger. They may be applied to program files on a storage device, or in computer memory. Patches may be permanent (until patched again) or temporary.

Patching makes possible the modification of compiled and machine language object programs when the source code is unavailable. This demands a thorough understanding of the inner workings of the object code by the person creating the patch, which is difficult without close study of the source code. Someone unfamiliar with the program being patched may install a patch using a patch utility created by another person who is the Admin. Even when the source code is available, patching makes possible the installation of small changes to the object program without the need to recompile or reassemble. For minor changes to software, it is often easier and more economical to distribute patches to users rather than redistributing a newly recompiled or reassembled program.

Although meant to fix problems, poorly designed patches can sometimes introduce new problems (see software regressions). In some special cases updates may knowingly break the functionality or disable a device, for instance, by removing components for which the update provider is no longer licensed.

Patch management is a part of lifecycle management, and is the process of using a strategy and plan of what patches should be applied to which systems at a specified time.